| Name | Description | |
|---|---|---|
![]() | Be | Overloaded. Asserts that the integral number value is exactly the same as the expected value. |
![]() | BeGreaterThan | Asserts that the numeric value is greater than the specified expected value. |
![]() | BeGreaterThanOrEqualTo | Asserts that the numeric value is greater than or equal to the specified expected value. |
![]() | BeInRange | Asserts that a value is within a range. |
![]() | BeLessThan | Asserts that the numeric value is less than the specified expected value. |
![]() | BeLessThanOrEqualTo | Asserts that the numeric value is less than or equal to the specified expected value. |
![]() | BeNegative | Asserts that the numeric value is less than zero. |
![]() | BeOfType | Asserts that the object is of the specified type expectedType. |
![]() | BeOneOf | Overloaded. Asserts that a value is one of the specified validValues. |
![]() | BePositive | Asserts that the numeric value is greater than zero. |
![]() | Equals | |
![]() | Match | Asserts that the predicate is satisfied. |
![]() | NotBe | Overloaded. Asserts that the integral number value is not the same as the unexpected value. |
![]() | NotBeInRange | Asserts that a value is not within a range. |
![]() | NotBeOfType | Asserts that the object is not of the specified type unexpectedType. |

